net/http.http2pipe.c (field)

10 uses

	net/http (current package)
		h2_bundle.go#L3835: 	c        sync.Cond       // c.L lazily initialized to &p.mu
		h2_bundle.go#L3875: 	if p.c.L == nil {
		h2_bundle.go#L3876: 		p.c.L = &p.mu
		h2_bundle.go#L3893: 		p.c.Wait()
		h2_bundle.go#L3907: 	if p.c.L == nil {
		h2_bundle.go#L3908: 		p.c.L = &p.mu
		h2_bundle.go#L3910: 	defer p.c.Signal()
		h2_bundle.go#L3945: 	if p.c.L == nil {
		h2_bundle.go#L3946: 		p.c.L = &p.mu
		h2_bundle.go#L3948: 	defer p.c.Signal()